home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / shoot / LastRefuge.lha / LastRefuge / UnPackDisk < prev    next >
Text File  |  1992-09-04  |  552b  |  25 lines

  1. .K ""
  2. echo "This script will unpack LastRefuge.lhw to a disk in drive df1."
  3. echo ""
  4.  
  5. ask "Do you have a blank disk ready?"
  6. if not WARN
  7.     echo "Try again when you do ..."
  8.     echo "All Done.  Click close gadget to get rid of window."
  9.     endcli
  10. endif
  11.  
  12. ask "Is floppy drive df1: free?"
  13. if not WARN
  14.     echo "You will need to do the unpacking yourself."
  15.     echo "All Done.  Click close gadget to get rid of window."
  16.     endcli
  17. endif
  18.  
  19. echo "Unpacking LastRefuge.lhw..."
  20.  
  21. :c/lhwarp WRITE 1 LastRefuge.lhw
  22.  
  23. echo "All Done.  Click close gadget to get rid of window."
  24. endcli
  25.